home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------------------
- //
- // File: OffscreenUtils.h
- //
- // Contents: Header declarations for procedures for the creation, manipulation, and disposal of
- // offscreen bit structures
- //
- // By Georgiann ("George") Delaney
- // © 1989 - 1990, Apple Computer, Inc.
- //
- //--------------------------------------------------------------------------------------*/
-
-
-
- Boolean CreateOSBitmap (GrafPtr *theOSBitmap, Rect *bounds);
- void DisposeOSBitmap (GrafPtr theOSBitmap);
-